home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import flash.display.BitmapData;
-
- [Embed(source="/_assets/40_undressed_model_redhead_display.png")]
- public dynamic class undressed_model_redhead_display extends BitmapData
- {
-
-
- public function undressed_model_redhead_display(param1:Number, param2:Number)
- {
- super(param1,param2);
- }
- }
- }
-